home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / dfutil1.zip / README.TXT < prev    next >
Text File  |  1991-01-18  |  1KB  |  36 lines

  1.                  >>> DR.FUNKEY's FILE UTILITIES <<<
  2. Free use PD software, no strings attached, no liabilities accepted.
  3. From David Wesson, Marketing Division, Newcastle Polytechnic
  4.      MKU2@UK.AC.NEWCASTLE-POLY.VAXA
  5.  
  6. This collection of file utilities uses similar command line syntax as 
  7. STRIPPER, and each makes a backup of the original file called filename.OLD 
  8. Each is self-documenting by typing the program name.
  9.  
  10. FILEUTL1.ZIP contains:
  11.  
  12. STRIPPER strips columns, extra spaces or blank lines in a file.
  13. Syntax: STRIPPER  [d:]filename  [option]
  14.  where  filename = original file  [drive optional]
  15.           option = B  for strip BLANK LINES
  16.                    S  for strip EXTRA SPACES
  17.                    C  #1  #2  for stripping COLUMNS starting
  18.                               in column #1 and ending in #2.
  19.                               If #1 = #2 or #2 is omitted then
  20.                               only one column is stripped.
  21.  
  22. SHIFTER converts Uppercase and Lowercase in a file, leaving quotes intact. 
  23. SCRAMBLE scrambles ASCII files for file security.
  24.         
  25. FILEUTL2.ZIP contains:
  26.  
  27. ADDNUMBER  adds or removes linenumbers from files. 
  28. CLEANER cleans non-ASCII, upper ASCII and NULL characters from a file.
  29. TABIT replaces spaces with TABs in a file and vice versa. 
  30. FASCII replaces ASCII codes in a file. 
  31. FREPLACE replaces or deletes strings in a file. 
  32.  
  33.  
  34.  
  35.  
  36.